Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''69\' AND ptc.product_id=p.product_id AND m.manufacturer_id = p.manufacturer_id ' at line 1
Error No: 1064
SELECT * FROM product p,product_to_category ptc,manufacturer m LEFT JOIN manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id) WHERE m2s.store_id = '0' AND ptc.category_id='69\' AND ptc.product_id=p.product_id AND m.manufacturer_id = p.manufacturer_id GROUP BY m.name ORDER BY m.sort_order, LCASE(m.name) ASC